Html Css Color HEX #D238A2 Deep Cerise

📋 copy color: '#D238A2'

red 210 ◦ green 56 ◦ blue 162

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

Shades of Deep Cerise #D238A2

Tints of Deep Cerise #D238A2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.08%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 49.07%
G = 13.08%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D238A2 (or 0xD238A2) is known color: Deep Cerise. HEX triplet: D2, 38 and A2. RGB value is (210,56,162). Sum of RGB (Red+Green+Blue) = 210+56+162=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D238A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238A2 is #2DC75D. Grayscale: #717171. Windows color (decimal): -3000158 or 10631378. OLE color: 10631378.

HSL color Cylindrical-coordinate representation of color #D238A2: hue angle of 318.7º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D238A2 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 162 -
CMYK 0 0.73 0.23 0.18
HSL 318.7º 0.63% 0.52% -
HSV(B) 318.7º 0.73% 0.82% -
XYZ 34.51 19.14 36.06 -
YUV 114.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 210 56 162 0 0.73 0.23 0.18 318.7 0.63 0.52
Hex D2 38 A2 0 49 17 12 13F 3F 34
Octal 322 70 242 0 111 27 22 477 77 64
Binary 11010010 111000 10100010 0 1001001 10111 10010 100111111 111111 110100

Color Harmonies of #D238A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238A2

Black with #D238A2

Text Example


Text Example

White with #D238A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238A2; }

 p { color: rgb(210,56,162); }

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

background-color css

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

 a { background-color: rgb(210,56,162); }

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

border-color css

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

 span { border-color: rgb(210,56,162); }

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