Html Css Color HEX #DD818F Carissma

📋 copy color: '#DD818F'

red 221 ◦ green 129 ◦ blue 143

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

Shades of Carissma #DD818F

Tints of Carissma #DD818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 44.83%
G = 26.17%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD818F (or 0xDD818F) is known color: Carissma. HEX triplet: DD, 81 and 8F. RGB value is (221,129,143). Sum of RGB (Red+Green+Blue) = 221+129+143=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD818F is #227E70. Grayscale: #9E9E9E. Windows color (decimal): -2260593 or 9404893. OLE color: 9404893.

HSL color Cylindrical-coordinate representation of color #DD818F: hue angle of 350.87º 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 #DD818F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 143 -
CMYK 0 0.42 0.35 0.13
HSL 350.87º 0.58% 0.69% -
HSV(B) 350.87º 0.42% 0.87% -
XYZ 42.63 33.06 30.12 -
YUV 158.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 221 129 143 0 0.42 0.35 0.13 350.87 0.58 0.69
Hex DD 81 8F 0 2A 23 D 15F 3A 45
Octal 335 201 217 0 52 43 15 537 72 105
Binary 11011101 10000001 10001111 0 101010 100011 1101 101011111 111010 1000101

Color Harmonies of #DD818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD818F

Black with #DD818F

Text Example


Text Example

White with #DD818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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