Html Css Color HEX #DD7F9B Carissma

📋 copy color: '#DD7F9B'

red 221 ◦ green 127 ◦ blue 155

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

Shades of Carissma #DD7F9B

Tints of Carissma #DD7F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 43.94%
G = 25.25%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD7F9B (or 0xDD7F9B) is known color: Carissma. HEX triplet: DD, 7F and 9B. RGB value is (221,127,155). Sum of RGB (Red+Green+Blue) = 221+127+155=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9B is #228064. Grayscale: #9E9E9E. Windows color (decimal): -2261093 or 10190813. OLE color: 10190813.

HSL color Cylindrical-coordinate representation of color #DD7F9B: hue angle of 342.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7F9B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 155 -
CMYK 0 0.43 0.30 0.13
HSL 342.13º 0.58% 0.68% -
HSV(B) 342.13º 0.43% 0.87% -
XYZ 43.32 32.92 35.08 -
YUV 158.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 221 127 155 0 0.43 0.30 0.13 342.13 0.58 0.68
Hex DD 7F 9B 0 2B 1E D 156 3A 44
Octal 335 177 233 0 53 36 15 526 72 104
Binary 11011101 1111111 10011011 0 101011 11110 1101 101010110 111010 1000100

Color Harmonies of #DD7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F9B

Black with #DD7F9B

Text Example


Text Example

White with #DD7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F9B; }

 p { color: rgb(221,127,155); }

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

background-color css

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

 a { background-color: rgb(221,127,155); }

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

border-color css

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

 span { border-color: rgb(221,127,155); }

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