Html Css Color HEX #D65488 Cranberry

📋 copy color: '#D65488'

red 214 ◦ green 84 ◦ blue 136

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

Shades of Cranberry #D65488

Tints of Cranberry #D65488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

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

R = 49.31%
G = 19.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65488 (or 0xD65488) is known color: Cranberry. HEX triplet: D6, 54 and 88. RGB value is (214,84,136). Sum of RGB (Red+Green+Blue) = 214+84+136=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65488 is #29AB77. Grayscale: #808080. Windows color (decimal): -2730872 or 8934614. OLE color: 8934614.

HSL color Cylindrical-coordinate representation of color #D65488: hue angle of 336º degrees, saturation: 0.61, 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 #D65488 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 136 -
CMYK 0 0.61 0.36 0.16
HSL 336º 0.61% 0.58% -
HSV(B) 336º 0.61% 0.84% -
XYZ 35.35 22.41 25.76 -
YUV 128.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 214 84 136 0 0.61 0.36 0.16 336 0.61 0.58
Hex D6 54 88 0 3D 24 10 150 3D 3A
Octal 326 124 210 0 75 44 20 520 75 72
Binary 11010110 1010100 10001000 0 111101 100100 10000 101010000 111101 111010

Color Harmonies of #D65488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65488

Black with #D65488

Text Example


Text Example

White with #D65488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65488; }

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

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

background-color css

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

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

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

border-color css

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

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

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