Html Css Color HEX #D2257F Deep Cerise

📋 copy color: '#D2257F'

red 210 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #D2257F

Tints of Deep Cerise #D2257F

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

 GREEN value IS 37 (14.84% from 255) = 9.89%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 56.15%
G = 9.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2257F (or 0xD2257F) is known color: Deep Cerise. HEX triplet: D2, 25 and 7F. RGB value is (210,37,127). Sum of RGB (Red+Green+Blue) = 210+37+127=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2257F is #2DDA80. Grayscale: #626262. Windows color (decimal): -3005057 or 8332754. OLE color: 8332754.

HSL color Cylindrical-coordinate representation of color #D2257F: hue angle of 328.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2257F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 127 -
CMYK 0 0.82 0.40 0.18
HSL 328.79º 0.7% 0.48% -
HSV(B) 328.79º 0.82% 0.82% -
XYZ 31.07 16.56 21.64 -
YUV 98.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 210 37 127 0 0.82 0.40 0.18 328.79 0.7 0.48
Hex D2 25 7F 0 52 28 12 149 46 30
Octal 322 45 177 0 122 50 22 511 106 60
Binary 11010010 100101 1111111 0 1010010 101000 10010 101001001 1000110 110000

Color Harmonies of #D2257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2257F

Black with #D2257F

Text Example


Text Example

White with #D2257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2257F; }

 p { color: rgb(210,37,127); }

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

background-color css

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

 a { background-color: rgb(210,37,127); }

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

border-color css

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

 span { border-color: rgb(210,37,127); }

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