Html Css Color HEX #DD819A Carissma

📋 copy color: '#DD819A'

red 221 ◦ green 129 ◦ blue 154

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

Shades of Carissma #DD819A

Tints of Carissma #DD819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 43.85%
G = 25.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD819A (or 0xDD819A) is known color: Carissma. HEX triplet: DD, 81 and 9A. RGB value is (221,129,154). Sum of RGB (Red+Green+Blue) = 221+129+154=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD819A is #227E65. Grayscale: #9F9F9F. Windows color (decimal): -2260582 or 10125789. OLE color: 10125789.

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

Color convert

RGB 221 129 154 -
CMYK 0 0.42 0.30 0.13
HSL 343.7º 0.58% 0.69% -
HSV(B) 343.7º 0.42% 0.87% -
XYZ 43.5 33.41 34.73 -
YUV 159.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 221 129 154 0 0.42 0.30 0.13 343.7 0.58 0.69
Hex DD 81 9A 0 2A 1E D 158 3A 45
Octal 335 201 232 0 52 36 15 530 72 105
Binary 11011101 10000001 10011010 0 101010 11110 1101 101011000 111010 1000101

Color Harmonies of #DD819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD819A

Black with #DD819A

Text Example


Text Example

White with #DD819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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