Html Css Color HEX #DD2B69 Cerise

📋 copy color: '#DD2B69'

red 221 ◦ green 43 ◦ blue 105

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

Shades of Cerise #DD2B69

Tints of Cerise #DD2B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 59.89%
G = 11.65%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD2B69 (or 0xDD2B69) is known color: Cerise. HEX triplet: DD, 2B and 69. RGB value is (221,43,105). Sum of RGB (Red+Green+Blue) = 221+43+105=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B69 is #22D496. Grayscale: #676767. Windows color (decimal): -2282647 or 6892509. OLE color: 6892509.

HSL color Cylindrical-coordinate representation of color #DD2B69: hue angle of 339.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B69 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 105 -
CMYK 0 0.81 0.52 0.13
HSL 339.1º 0.72% 0.52% -
HSV(B) 339.1º 0.81% 0.87% -
XYZ 33.23 18.12 15.11 -
YUV 103.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 221 43 105 0 0.81 0.52 0.13 339.1 0.72 0.52
Hex DD 2B 69 0 51 34 D 153 48 34
Octal 335 53 151 0 121 64 15 523 110 64
Binary 11011101 101011 1101001 0 1010001 110100 1101 101010011 1001000 110100

Color Harmonies of #DD2B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B69

Black with #DD2B69

Text Example


Text Example

White with #DD2B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B69; }

 p { color: rgb(221,43,105); }

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

background-color css

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

 a { background-color: rgb(221,43,105); }

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

border-color css

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

 span { border-color: rgb(221,43,105); }

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