Html Css Color HEX #DE4D7D Cranberry

📋 copy color: '#DE4D7D'

red 222 ◦ green 77 ◦ blue 125

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

Shades of Cranberry #DE4D7D

Tints of Cranberry #DE4D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

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

R = 52.36%
G = 18.16%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE4D7D (or 0xDE4D7D) is known color: Cranberry. HEX triplet: DE, 4D and 7D. RGB value is (222,77,125). Sum of RGB (Red+Green+Blue) = 222+77+125=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D7D is #21B282. Grayscale: #7D7D7D. Windows color (decimal): -2208387 or 8211934. OLE color: 8211934.

HSL color Cylindrical-coordinate representation of color #DE4D7D: hue angle of 340.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4D7D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 77 125 -
CMYK 0 0.65 0.44 0.13
HSL 340.14º 0.69% 0.59% -
HSV(B) 340.14º 0.65% 0.87% -
XYZ 36.48 22.32 21.79 -
YUV 125.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 222 77 125 0 0.65 0.44 0.13 340.14 0.69 0.59
Hex DE 4D 7D 0 41 2C D 154 45 3B
Octal 336 115 175 0 101 54 15 524 105 73
Binary 11011110 1001101 1111101 0 1000001 101100 1101 101010100 1000101 111011

Color Harmonies of #DE4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D7D

Black with #DE4D7D

Text Example


Text Example

White with #DE4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D7D; }

 p { color: rgb(222,77,125); }

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

background-color css

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

 a { background-color: rgb(222,77,125); }

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

border-color css

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

 span { border-color: rgb(222,77,125); }

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