Html Css Color HEX #DE4375 Cranberry

📋 copy color: '#DE4375'

red 222 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #DE4375

Tints of Cranberry #DE4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 54.68%
G = 16.5%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE4375 (or 0xDE4375) is known color: Cranberry. HEX triplet: DE, 43 and 75. RGB value is (222,67,117). Sum of RGB (Red+Green+Blue) = 222+67+117=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4375 is #21BC8A. Grayscale: #777777. Windows color (decimal): -2210955 or 7685086. OLE color: 7685086.

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

Color convert

RGB 222 67 117 -
CMYK 0 0.70 0.47 0.13
HSL 340.65º 0.7% 0.57% -
HSV(B) 340.65º 0.7% 0.87% -
XYZ 35.34 20.83 18.99 -
YUV 119.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 222 67 117 0 0.70 0.47 0.13 340.65 0.7 0.57
Hex DE 43 75 0 46 2F D 155 46 39
Octal 336 103 165 0 106 57 15 525 106 71
Binary 11011110 1000011 1110101 0 1000110 101111 1101 101010101 1000110 111001

Color Harmonies of #DE4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4375

Black with #DE4375

Text Example


Text Example

White with #DE4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4375; }

 p { color: rgb(222,67,117); }

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

background-color css

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

 a { background-color: rgb(222,67,117); }

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

border-color css

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

 span { border-color: rgb(222,67,117); }

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