Html Css Color HEX #DD4265 Cerise

📋 copy color: '#DD4265'

red 221 ◦ green 66 ◦ blue 101

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

Shades of Cerise #DD4265

Tints of Cerise #DD4265

RGB

 RED value IS 221 (86.72% from 255) = 56.96%

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

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 56.96%
G = 17.01%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD4265 (or 0xDD4265) is known color: Cerise. HEX triplet: DD, 42 and 65. RGB value is (221,66,101). Sum of RGB (Red+Green+Blue) = 221+66+101=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4265 is #22BD9A. Grayscale: #747474. Windows color (decimal): -2276763 or 6636253. OLE color: 6636253.

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

Color convert

RGB 221 66 101 -
CMYK 0 0.70 0.54 0.13
HSL 346.45º 0.7% 0.56% -
HSV(B) 346.45º 0.7% 0.87% -
XYZ 34.12 20.21 14.41 -
YUV 116.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 221 66 101 0 0.70 0.54 0.13 346.45 0.7 0.56
Hex DD 42 65 0 46 36 D 15A 46 38
Octal 335 102 145 0 106 66 15 532 106 70
Binary 11011101 1000010 1100101 0 1000110 110110 1101 101011010 1000110 111000

Color Harmonies of #DD4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4265

Black with #DD4265

Text Example


Text Example

White with #DD4265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4265; }

 p { color: rgb(221,66,101); }

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

background-color css

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

 a { background-color: rgb(221,66,101); }

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

border-color css

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

 span { border-color: rgb(221,66,101); }

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