Html Css Color HEX #D65A87 Cranberry

📋 copy color: '#D65A87'

red 214 ◦ green 90 ◦ blue 135

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

Shades of Cranberry #D65A87

Tints of Cranberry #D65A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 48.75%
G = 20.5%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65A87 (or 0xD65A87) is known color: Cranberry. HEX triplet: D6, 5A and 87. RGB value is (214,90,135). Sum of RGB (Red+Green+Blue) = 214+90+135=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A87 is #29A578. Grayscale: #848484. Windows color (decimal): -2729337 or 8870614. OLE color: 8870614.

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

Color convert

RGB 214 90 135 -
CMYK 0 0.58 0.37 0.16
HSL 338.23º 0.6% 0.6% -
HSV(B) 338.23º 0.58% 0.84% -
XYZ 35.76 23.36 25.55 -
YUV 132.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 214 90 135 0 0.58 0.37 0.16 338.23 0.6 0.6
Hex D6 5A 87 0 3A 25 10 152 3C 3C
Octal 326 132 207 0 72 45 20 522 74 74
Binary 11010110 1011010 10000111 0 111010 100101 10000 101010010 111100 111100

Color Harmonies of #D65A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A87

Black with #D65A87

Text Example


Text Example

White with #D65A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A87; }

 p { color: rgb(214,90,135); }

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

background-color css

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

 a { background-color: rgb(214,90,135); }

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

border-color css

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

 span { border-color: rgb(214,90,135); }

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