Html Css Color HEX #DD848E Carissma

📋 copy color: '#DD848E'

red 221 ◦ green 132 ◦ blue 142

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

Shades of Carissma #DD848E

Tints of Carissma #DD848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 44.65%
G = 26.67%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD848E (or 0xDD848E) is known color: Carissma. HEX triplet: DD, 84 and 8E. RGB value is (221,132,142). Sum of RGB (Red+Green+Blue) = 221+132+142=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848E is #227B71. Grayscale: #9F9F9F. Windows color (decimal): -2259826 or 9340125. OLE color: 9340125.

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

Color convert

RGB 221 132 142 -
CMYK 0 0.40 0.36 0.13
HSL 353.26º 0.57% 0.69% -
HSV(B) 353.26º 0.4% 0.87% -
XYZ 42.95 33.83 29.86 -
YUV 159.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 221 132 142 0 0.40 0.36 0.13 353.26 0.57 0.69
Hex DD 84 8E 0 28 24 D 161 39 45
Octal 335 204 216 0 50 44 15 541 71 105
Binary 11011101 10000100 10001110 0 101000 100100 1101 101100001 111001 1000101

Color Harmonies of #DD848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD848E

Black with #DD848E

Text Example


Text Example

White with #DD848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD848E; }

 p { color: rgb(221,132,142); }

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

background-color css

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

 a { background-color: rgb(221,132,142); }

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

border-color css

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

 span { border-color: rgb(221,132,142); }

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