Html Css Color HEX #DD828F Carissma

📋 copy color: '#DD828F'

red 221 ◦ green 130 ◦ blue 143

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

Shades of Carissma #DD828F

Tints of Carissma #DD828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

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

R = 44.74%
G = 26.32%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD828F (or 0xDD828F) is known color: Carissma. HEX triplet: DD, 82 and 8F. RGB value is (221,130,143). Sum of RGB (Red+Green+Blue) = 221+130+143=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828F is #227D70. Grayscale: #9E9E9E. Windows color (decimal): -2260337 or 9405149. OLE color: 9405149.

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

Color convert

RGB 221 130 143 -
CMYK 0 0.41 0.35 0.13
HSL 351.43º 0.57% 0.69% -
HSV(B) 351.43º 0.41% 0.87% -
XYZ 42.76 33.32 30.16 -
YUV 158.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 221 130 143 0 0.41 0.35 0.13 351.43 0.57 0.69
Hex DD 82 8F 0 29 23 D 15F 39 45
Octal 335 202 217 0 51 43 15 537 71 105
Binary 11011101 10000010 10001111 0 101001 100011 1101 101011111 111001 1000101

Color Harmonies of #DD828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD828F

Black with #DD828F

Text Example


Text Example

White with #DD828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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