Html Css Color HEX #DD819C Carissma

📋 copy color: '#DD819C'

red 221 ◦ green 129 ◦ blue 156

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

Shades of Carissma #DD819C

Tints of Carissma #DD819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 43.68%
G = 25.49%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD819C (or 0xDD819C) is known color: Carissma. HEX triplet: DD, 81 and 9C. RGB value is (221,129,156). Sum of RGB (Red+Green+Blue) = 221+129+156=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819C is #227E63. Grayscale: #9F9F9F. Windows color (decimal): -2260580 or 10256861. OLE color: 10256861.

HSL color Cylindrical-coordinate representation of color #DD819C: hue angle of 342.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD819C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 156 -
CMYK 0 0.42 0.29 0.13
HSL 342.39º 0.58% 0.69% -
HSV(B) 342.39º 0.42% 0.87% -
XYZ 43.67 33.47 35.61 -
YUV 159.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 221 129 156 0 0.42 0.29 0.13 342.39 0.58 0.69
Hex DD 81 9C 0 2A 1D D 156 3A 45
Octal 335 201 234 0 52 35 15 526 72 105
Binary 11011101 10000001 10011100 0 101010 11101 1101 101010110 111010 1000101

Color Harmonies of #DD819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819C

Black with #DD819C

Text Example


Text Example

White with #DD819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819C; }

 p { color: rgb(221,129,156); }

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

background-color css

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

 a { background-color: rgb(221,129,156); }

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

border-color css

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

 span { border-color: rgb(221,129,156); }

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