Html Css Color HEX #DF427B Cranberry

📋 copy color: '#DF427B'

red 223 ◦ green 66 ◦ blue 123

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

Shades of Cranberry #DF427B

Tints of Cranberry #DF427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 54.13%
G = 16.02%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF427B (or 0xDF427B) is known color: Cranberry. HEX triplet: DF, 42 and 7B. RGB value is (223,66,123). Sum of RGB (Red+Green+Blue) = 223+66+123=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF427B is #20BD84. Grayscale: #777777. Windows color (decimal): -2145669 or 8078047. OLE color: 8078047.

HSL color Cylindrical-coordinate representation of color #DF427B: hue angle of 338.22º 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 #DF427B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 123 -
CMYK 0 0.70 0.45 0.13
HSL 338.22º 0.71% 0.57% -
HSV(B) 338.22º 0.7% 0.87% -
XYZ 35.95 21.01 20.9 -
YUV 119.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 223 66 123 0 0.70 0.45 0.13 338.22 0.71 0.57
Hex DF 42 7B 0 46 2D D 152 47 39
Octal 337 102 173 0 106 55 15 522 107 71
Binary 11011111 1000010 1111011 0 1000110 101101 1101 101010010 1000111 111001

Color Harmonies of #DF427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF427B

Black with #DF427B

Text Example


Text Example

White with #DF427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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