Html Css Color HEX #D65388 Cranberry

📋 copy color: '#D65388'

red 214 ◦ green 83 ◦ blue 136

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

Shades of Cranberry #D65388

Tints of Cranberry #D65388

RGB

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

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

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

R = 49.42%
G = 19.17%
B = 31.41%

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

#D65388 (or 0xD65388) is known color: Cranberry. HEX triplet: D6, 53 and 88. RGB value is (214,83,136). Sum of RGB (Red+Green+Blue) = 214+83+136=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65388 is #29AC77. Grayscale: #808080. Windows color (decimal): -2731128 or 8934358. OLE color: 8934358.

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

Color convert

RGB 214 83 136 -
CMYK 0 0.61 0.36 0.16
HSL 335.73º 0.62% 0.58% -
HSV(B) 335.73º 0.61% 0.84% -
XYZ 35.27 22.26 25.73 -
YUV 128.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 214 83 136 0 0.61 0.36 0.16 335.73 0.62 0.58
Hex D6 53 88 0 3D 24 10 150 3E 3A
Octal 326 123 210 0 75 44 20 520 76 72
Binary 11010110 1010011 10001000 0 111101 100100 10000 101010000 111110 111010

Color Harmonies of #D65388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65388

Black with #D65388

Text Example


Text Example

White with #D65388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65388; }

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

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

background-color css

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

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

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

border-color css

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

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

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