Html Css Color HEX #D9427D Cranberry

📋 copy color: '#D9427D'

red 217 ◦ green 66 ◦ blue 125

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

Shades of Cranberry #D9427D

Tints of Cranberry #D9427D

RGB

 RED value IS 217 (85.16% from 255) = 53.19%

 GREEN value IS 66 (26.17% from 255) = 16.18%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 53.19%
G = 16.18%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9427D (or 0xD9427D) is known color: Cranberry. HEX triplet: D9, 42 and 7D. RGB value is (217,66,125). Sum of RGB (Red+Green+Blue) = 217+66+125=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9427D is #26BD82. Grayscale: #757575. Windows color (decimal): -2538883 or 8209113. OLE color: 8209113.

HSL color Cylindrical-coordinate representation of color #D9427D: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9427D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 125 -
CMYK 0 0.70 0.42 0.15
HSL 336.56º 0.67% 0.55% -
HSV(B) 336.56º 0.7% 0.85% -
XYZ 34.27 20.13 21.48 -
YUV 117.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 217 66 125 0 0.70 0.42 0.15 336.56 0.67 0.55
Hex D9 42 7D 0 46 2A F 151 43 37
Octal 331 102 175 0 106 52 17 521 103 67
Binary 11011001 1000010 1111101 0 1000110 101010 1111 101010001 1000011 110111

Color Harmonies of #D9427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9427D

Black with #D9427D

Text Example


Text Example

White with #D9427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9427D; }

 p { color: rgb(217,66,125); }

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

background-color css

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

 a { background-color: rgb(217,66,125); }

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

border-color css

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

 span { border-color: rgb(217,66,125); }

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