Html Css Color HEX #D65386 Cranberry

📋 copy color: '#D65386'

red 214 ◦ green 83 ◦ blue 134

#D65386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D65386

Tints of Cranberry #D65386

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 49.65%
G = 19.26%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D65386 (or 0xD65386) is known color: Cranberry. HEX triplet: D6, 53 and 86. RGB value is (214,83,134). Sum of RGB (Red+Green+Blue) = 214+83+134=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65386 is #29AC79. Grayscale: #7F7F7F. Windows color (decimal): -2731130 or 8803286. OLE color: 8803286.

HSL color Cylindrical-coordinate representation of color #D65386: hue angle of 336.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65386 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 134 -
CMYK 0 0.61 0.37 0.16
HSL 336.64º 0.62% 0.58% -
HSV(B) 336.64º 0.61% 0.84% -
XYZ 35.13 22.2 24.99 -
YUV 127.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 214 83 134 0 0.61 0.37 0.16 336.64 0.62 0.58
Hex D6 53 86 0 3D 25 10 151 3E 3A
Octal 326 123 206 0 75 45 20 521 76 72
Binary 11010110 1010011 10000110 0 111101 100101 10000 101010001 111110 111010

Color Harmonies of #D65386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65386

Black with #D65386

Text Example


Text Example

White with #D65386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65386; }

 p { color: rgb(214,83,134); }

 H1.HeaderClassName
 {
   color: #D65386;
 }
 .AnyTagClassName
 {
   color: #D65386;
 }
</style>

background-color css

<style>
 a { background-color: #D65386; }

 a { background-color: rgb(214,83,134); }

 div.DivClassName
 {
   background-color: #D65386;
 }
 .BgClassName
 {
   background-color: #D65386;
 }
</style>

border-color css

<style>
 span { border-color: #D65386; }

 span { border-color: rgb(214,83,134); }

 td.TdClassName
 {
   border-color: #D65386;
 }
 .TagClassName
 {
   border-color: #D65386;
 }
</style>