Html Css Color HEX #D2257A Deep Cerise

📋 copy color: '#D2257A'

red 210 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #D2257A

Tints of Deep Cerise #D2257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 56.91%
G = 10.03%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2257A (or 0xD2257A) is known color: Deep Cerise. HEX triplet: D2, 25 and 7A. RGB value is (210,37,122). Sum of RGB (Red+Green+Blue) = 210+37+122=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2257A is #2DDA85. Grayscale: #626262. Windows color (decimal): -3005062 or 8005074. OLE color: 8005074.

HSL color Cylindrical-coordinate representation of color #D2257A: hue angle of 330.52º 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 #D2257A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 122 -
CMYK 0 0.82 0.42 0.18
HSL 330.52º 0.7% 0.48% -
HSV(B) 330.52º 0.82% 0.82% -
XYZ 30.75 16.43 19.96 -
YUV 98.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 210 37 122 0 0.82 0.42 0.18 330.52 0.7 0.48
Hex D2 25 7A 0 52 2A 12 14B 46 30
Octal 322 45 172 0 122 52 22 513 106 60
Binary 11010010 100101 1111010 0 1010010 101010 10010 101001011 1000110 110000

Color Harmonies of #D2257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2257A

Black with #D2257A

Text Example


Text Example

White with #D2257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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