Html Css Color HEX #DD7B94 Carissma

📋 copy color: '#DD7B94'

red 221 ◦ green 123 ◦ blue 148

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

Shades of Carissma #DD7B94

Tints of Carissma #DD7B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 44.92%
G = 25%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7B94 (or 0xDD7B94) is known color: Carissma. HEX triplet: DD, 7B and 94. RGB value is (221,123,148). Sum of RGB (Red+Green+Blue) = 221+123+148=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B94 is #22846B. Grayscale: #9B9B9B. Windows color (decimal): -2262124 or 9731037. OLE color: 9731037.

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

Color convert

RGB 221 123 148 -
CMYK 0 0.44 0.33 0.13
HSL 344.69º 0.59% 0.67% -
HSV(B) 344.69º 0.44% 0.87% -
XYZ 42.25 31.68 31.9 -
YUV 155.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 221 123 148 0 0.44 0.33 0.13 344.69 0.59 0.67
Hex DD 7B 94 0 2C 21 D 159 3B 43
Octal 335 173 224 0 54 41 15 531 73 103
Binary 11011101 1111011 10010100 0 101100 100001 1101 101011001 111011 1000011

Color Harmonies of #DD7B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B94

Black with #DD7B94

Text Example


Text Example

White with #DD7B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B94; }

 p { color: rgb(221,123,148); }

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

background-color css

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

 a { background-color: rgb(221,123,148); }

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

border-color css

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

 span { border-color: rgb(221,123,148); }

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