Html Css Color HEX #D65178 Cranberry

📋 copy color: '#D65178'

red 214 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D65178

Tints of Cranberry #D65178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 51.57%
G = 19.52%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65178 (or 0xD65178) is known color: Cranberry. HEX triplet: D6, 51 and 78. RGB value is (214,81,120). Sum of RGB (Red+Green+Blue) = 214+81+120=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D65178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65178 is #29AE87. Grayscale: #7D7D7D. Windows color (decimal): -2731656 or 7885270. OLE color: 7885270.

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

Color convert

RGB 214 81 120 -
CMYK 0 0.62 0.44 0.16
HSL 342.41º 0.62% 0.58% -
HSV(B) 342.41º 0.62% 0.84% -
XYZ 34.06 21.54 20.13 -
YUV 125.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 214 81 120 0 0.62 0.44 0.16 342.41 0.62 0.58
Hex D6 51 78 0 3E 2C 10 156 3E 3A
Octal 326 121 170 0 76 54 20 526 76 72
Binary 11010110 1010001 1111000 0 111110 101100 10000 101010110 111110 111010

Color Harmonies of #D65178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65178

Black with #D65178

Text Example


Text Example

White with #D65178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65178; }

 p { color: rgb(214,81,120); }

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

background-color css

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

 a { background-color: rgb(214,81,120); }

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

border-color css

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

 span { border-color: rgb(214,81,120); }

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