Html Css Color HEX #DD2667 Cerise

📋 copy color: '#DD2667'

red 221 ◦ green 38 ◦ blue 103

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

Shades of Cerise #DD2667

Tints of Cerise #DD2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 103 (40.63% from 255) = 28.45%

R = 61.05%
G = 10.5%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD2667 (or 0xDD2667) is known color: Cerise. HEX triplet: DD, 26 and 67. RGB value is (221,38,103). Sum of RGB (Red+Green+Blue) = 221+38+103=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2667 is #22D998. Grayscale: #646464. Windows color (decimal): -2283929 or 6760157. OLE color: 6760157.

HSL color Cylindrical-coordinate representation of color #DD2667: hue angle of 338.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2667 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 103 -
CMYK 0 0.83 0.53 0.13
HSL 338.69º 0.73% 0.51% -
HSV(B) 338.69º 0.83% 0.87% -
XYZ 32.96 17.74 14.52 -
YUV 100.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 221 38 103 0 0.83 0.53 0.13 338.69 0.73 0.51
Hex DD 26 67 0 53 35 D 153 49 33
Octal 335 46 147 0 123 65 15 523 111 63
Binary 11011101 100110 1100111 0 1010011 110101 1101 101010011 1001001 110011

Color Harmonies of #DD2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2667

Black with #DD2667

Text Example


Text Example

White with #DD2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2667; }

 p { color: rgb(221,38,103); }

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

background-color css

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

 a { background-color: rgb(221,38,103); }

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

border-color css

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

 span { border-color: rgb(221,38,103); }

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