Html Css Color HEX #DD7A8F Carissma

📋 copy color: '#DD7A8F'

red 221 ◦ green 122 ◦ blue 143

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

Shades of Carissma #DD7A8F

Tints of Carissma #DD7A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

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

R = 45.47%
G = 25.1%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7A8F (or 0xDD7A8F) is known color: Carissma. HEX triplet: DD, 7A and 8F. RGB value is (221,122,143). Sum of RGB (Red+Green+Blue) = 221+122+143=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8F is #228570. Grayscale: #9A9A9A. Windows color (decimal): -2262385 or 9403101. OLE color: 9403101.

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

Color convert

RGB 221 122 143 -
CMYK 0 0.45 0.35 0.13
HSL 347.27º 0.59% 0.67% -
HSV(B) 347.27º 0.45% 0.87% -
XYZ 41.74 31.27 29.82 -
YUV 154 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 221 122 143 0 0.45 0.35 0.13 347.27 0.59 0.67
Hex DD 7A 8F 0 2D 23 D 15B 3B 43
Octal 335 172 217 0 55 43 15 533 73 103
Binary 11011101 1111010 10001111 0 101101 100011 1101 101011011 111011 1000011

Color Harmonies of #DD7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A8F

Black with #DD7A8F

Text Example


Text Example

White with #DD7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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