Html Css Color HEX #D65688 Cranberry

📋 copy color: '#D65688'

red 214 ◦ green 86 ◦ blue 136

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

Shades of Cranberry #D65688

Tints of Cranberry #D65688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.72%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 49.08%
G = 19.72%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65688 (or 0xD65688) is known color: Cranberry. HEX triplet: D6, 56 and 88. RGB value is (214,86,136). Sum of RGB (Red+Green+Blue) = 214+86+136=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D65688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65688 is #29A977. Grayscale: #818181. Windows color (decimal): -2730360 or 8935126. OLE color: 8935126.

HSL color Cylindrical-coordinate representation of color #D65688: hue angle of 336.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65688 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 136 -
CMYK 0 0.60 0.36 0.16
HSL 336.56º 0.61% 0.59% -
HSV(B) 336.56º 0.6% 0.84% -
XYZ 35.5 22.73 25.81 -
YUV 129.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 214 86 136 0 0.60 0.36 0.16 336.56 0.61 0.59
Hex D6 56 88 0 3C 24 10 151 3D 3B
Octal 326 126 210 0 74 44 20 521 75 73
Binary 11010110 1010110 10001000 0 111100 100100 10000 101010001 111101 111011

Color Harmonies of #D65688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65688

Black with #D65688

Text Example


Text Example

White with #D65688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65688; }

 p { color: rgb(214,86,136); }

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

background-color css

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

 a { background-color: rgb(214,86,136); }

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

border-color css

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

 span { border-color: rgb(214,86,136); }

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