Html Css Color HEX #D65788 Cranberry

📋 copy color: '#D65788'

red 214 ◦ green 87 ◦ blue 136

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

Shades of Cranberry #D65788

Tints of Cranberry #D65788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.91%

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

R = 48.97%
G = 19.91%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65788 (or 0xD65788) is known color: Cranberry. HEX triplet: D6, 57 and 88. RGB value is (214,87,136). Sum of RGB (Red+Green+Blue) = 214+87+136=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65788 is #29A877. Grayscale: #828282. Windows color (decimal): -2730104 or 8935382. OLE color: 8935382.

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

Color convert

RGB 214 87 136 -
CMYK 0 0.59 0.36 0.16
HSL 336.85º 0.61% 0.59% -
HSV(B) 336.85º 0.59% 0.84% -
XYZ 35.58 22.89 25.84 -
YUV 130.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 214 87 136 0 0.59 0.36 0.16 336.85 0.61 0.59
Hex D6 57 88 0 3B 24 10 151 3D 3B
Octal 326 127 210 0 73 44 20 521 75 73
Binary 11010110 1010111 10001000 0 111011 100100 10000 101010001 111101 111011

Color Harmonies of #D65788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65788

Black with #D65788

Text Example


Text Example

White with #D65788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65788; }

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

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

background-color css

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

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

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

border-color css

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

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

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