Html Css Color HEX #DE407B Cranberry

📋 copy color: '#DE407B'

red 222 ◦ green 64 ◦ blue 123

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

Shades of Cranberry #DE407B

Tints of Cranberry #DE407B

RGB

 RED value IS 222 (87.11% from 255) = 54.28%

 GREEN value IS 64 (25.39% from 255) = 15.65%

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

R = 54.28%
G = 15.65%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE407B (or 0xDE407B) is known color: Cranberry. HEX triplet: DE, 40 and 7B. RGB value is (222,64,123). Sum of RGB (Red+Green+Blue) = 222+64+123=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE407B is #21BF84. Grayscale: #757575. Windows color (decimal): -2211717 or 8077534. OLE color: 8077534.

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

Color convert

RGB 222 64 123 -
CMYK 0 0.71 0.45 0.13
HSL 337.59º 0.71% 0.56% -
HSV(B) 337.59º 0.71% 0.87% -
XYZ 35.53 20.63 20.85 -
YUV 117.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 222 64 123 0 0.71 0.45 0.13 337.59 0.71 0.56
Hex DE 40 7B 0 47 2D D 152 47 38
Octal 336 100 173 0 107 55 15 522 107 70
Binary 11011110 1000000 1111011 0 1000111 101101 1101 101010010 1000111 111000

Color Harmonies of #DE407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE407B

Black with #DE407B

Text Example


Text Example

White with #DE407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE407B; }

 p { color: rgb(222,64,123); }

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

background-color css

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

 a { background-color: rgb(222,64,123); }

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

border-color css

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

 span { border-color: rgb(222,64,123); }

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