Html Css Color HEX #D2268F Deep Cerise

📋 copy color: '#D2268F'

red 210 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #D2268F

Tints of Deep Cerise #D2268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.72%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 53.71%
G = 9.72%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2268F (or 0xD2268F) is known color: Deep Cerise. HEX triplet: D2, 26 and 8F. RGB value is (210,38,143). Sum of RGB (Red+Green+Blue) = 210+38+143=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2268F is #2DD970. Grayscale: #656565. Windows color (decimal): -3004785 or 9381586. OLE color: 9381586.

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

Color convert

RGB 210 38 143 -
CMYK 0 0.82 0.32 0.18
HSL 323.37º 0.69% 0.49% -
HSV(B) 323.37º 0.82% 0.82% -
XYZ 32.23 17.07 27.58 -
YUV 101.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 210 38 143 0 0.82 0.32 0.18 323.37 0.69 0.49
Hex D2 26 8F 0 52 20 12 143 45 31
Octal 322 46 217 0 122 40 22 503 105 61
Binary 11010010 100110 10001111 0 1010010 100000 10010 101000011 1000101 110001

Color Harmonies of #D2268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2268F

Black with #D2268F

Text Example


Text Example

White with #D2268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2268F; }

 p { color: rgb(210,38,143); }

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

background-color css

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

 a { background-color: rgb(210,38,143); }

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

border-color css

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

 span { border-color: rgb(210,38,143); }

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