Html Css Color HEX #DA217B Deep Cerise

📋 copy color: '#DA217B'

red 218 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #DA217B

Tints of Deep Cerise #DA217B

RGB

 RED value IS 218 (85.55% from 255) = 58.29%

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 58.29%
G = 8.82%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA217B (or 0xDA217B) is known color: Deep Cerise. HEX triplet: DA, 21 and 7B. RGB value is (218,33,123). Sum of RGB (Red+Green+Blue) = 218+33+123=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA217B is #25DE84. Grayscale: #626262. Windows color (decimal): -2481797 or 8069594. OLE color: 8069594.

HSL color Cylindrical-coordinate representation of color #DA217B: hue angle of 330.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA217B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 123 -
CMYK 0 0.85 0.44 0.15
HSL 330.81º 0.74% 0.49% -
HSV(B) 330.81º 0.85% 0.85% -
XYZ 33.03 17.42 20.36 -
YUV 98.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 218 33 123 0 0.85 0.44 0.15 330.81 0.74 0.49
Hex DA 21 7B 0 55 2C F 14B 4A 31
Octal 332 41 173 0 125 54 17 513 112 61
Binary 11011010 100001 1111011 0 1010101 101100 1111 101001011 1001010 110001

Color Harmonies of #DA217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA217B

Black with #DA217B

Text Example


Text Example

White with #DA217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA217B; }

 p { color: rgb(218,33,123); }

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

background-color css

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

 a { background-color: rgb(218,33,123); }

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

border-color css

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

 span { border-color: rgb(218,33,123); }

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