Html Css Color HEX #DE4175 Cranberry

📋 copy color: '#DE4175'

red 222 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #DE4175

Tints of Cranberry #DE4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 54.95%
G = 16.09%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE4175 (or 0xDE4175) is known color: Cranberry. HEX triplet: DE, 41 and 75. RGB value is (222,65,117). Sum of RGB (Red+Green+Blue) = 222+65+117=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4175 is #21BE8A. Grayscale: #757575. Windows color (decimal): -2211467 or 7684574. OLE color: 7684574.

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

Color convert

RGB 222 65 117 -
CMYK 0 0.71 0.47 0.13
HSL 340.13º 0.7% 0.56% -
HSV(B) 340.13º 0.71% 0.87% -
XYZ 35.23 20.59 18.95 -
YUV 117.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 222 65 117 0 0.71 0.47 0.13 340.13 0.7 0.56
Hex DE 41 75 0 47 2F D 154 46 38
Octal 336 101 165 0 107 57 15 524 106 70
Binary 11011110 1000001 1110101 0 1000111 101111 1101 101010100 1000110 111000

Color Harmonies of #DE4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4175

Black with #DE4175

Text Example


Text Example

White with #DE4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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