Html Css Color HEX #DD3068 Cerise

📋 copy color: '#DD3068'

red 221 ◦ green 48 ◦ blue 104

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

Shades of Cerise #DD3068

Tints of Cerise #DD3068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 59.25%
G = 12.87%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD3068 (or 0xDD3068) is known color: Cerise. HEX triplet: DD, 30 and 68. RGB value is (221,48,104). Sum of RGB (Red+Green+Blue) = 221+48+104=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3068 is #22CF97. Grayscale: #6A6A6A. Windows color (decimal): -2281368 or 6828253. OLE color: 6828253.

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

Color convert

RGB 221 48 104 -
CMYK 0 0.78 0.53 0.13
HSL 340.58º 0.72% 0.53% -
HSV(B) 340.58º 0.78% 0.87% -
XYZ 33.37 18.49 14.91 -
YUV 106.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 221 48 104 0 0.78 0.53 0.13 340.58 0.72 0.53
Hex DD 30 68 0 4E 35 D 155 48 35
Octal 335 60 150 0 116 65 15 525 110 65
Binary 11011101 110000 1101000 0 1001110 110101 1101 101010101 1001000 110101

Color Harmonies of #DD3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3068

Black with #DD3068

Text Example


Text Example

White with #DD3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3068; }

 p { color: rgb(221,48,104); }

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

background-color css

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

 a { background-color: rgb(221,48,104); }

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

border-color css

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

 span { border-color: rgb(221,48,104); }

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