Html Css Color HEX #DF427E Cranberry

📋 copy color: '#DF427E'

red 223 ◦ green 66 ◦ blue 126

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

Shades of Cranberry #DF427E

Tints of Cranberry #DF427E

RGB

 RED value IS 223 (87.5% from 255) = 53.73%

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 53.73%
G = 15.9%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF427E (or 0xDF427E) is known color: Cranberry. HEX triplet: DF, 42 and 7E. RGB value is (223,66,126). Sum of RGB (Red+Green+Blue) = 223+66+126=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF427E is #20BD81. Grayscale: #777777. Windows color (decimal): -2145666 or 8274655. OLE color: 8274655.

HSL color Cylindrical-coordinate representation of color #DF427E: hue angle of 337.07º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF427E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 126 -
CMYK 0 0.70 0.43 0.13
HSL 337.07º 0.71% 0.57% -
HSV(B) 337.07º 0.7% 0.87% -
XYZ 36.15 21.09 21.9 -
YUV 119.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 223 66 126 0 0.70 0.43 0.13 337.07 0.71 0.57
Hex DF 42 7E 0 46 2B D 151 47 39
Octal 337 102 176 0 106 53 15 521 107 71
Binary 11011111 1000010 1111110 0 1000110 101011 1101 101010001 1000111 111001

Color Harmonies of #DF427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF427E

Black with #DF427E

Text Example


Text Example

White with #DF427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF427E; }

 p { color: rgb(223,66,126); }

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

background-color css

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

 a { background-color: rgb(223,66,126); }

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

border-color css

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

 span { border-color: rgb(223,66,126); }

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