Html Css Color HEX #D2268A Deep Cerise

📋 copy color: '#D2268A'

red 210 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #D2268A

Tints of Deep Cerise #D2268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 54.4%
G = 9.84%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2268A (or 0xD2268A) is known color: Deep Cerise. HEX triplet: D2, 26 and 8A. RGB value is (210,38,138). Sum of RGB (Red+Green+Blue) = 210+38+138=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2268A is #2DD975. Grayscale: #646464. Windows color (decimal): -3004790 or 9053906. OLE color: 9053906.

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

Color convert

RGB 210 38 138 -
CMYK 0 0.82 0.34 0.18
HSL 325.12º 0.69% 0.49% -
HSV(B) 325.12º 0.82% 0.82% -
XYZ 31.86 16.92 25.63 -
YUV 100.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 210 38 138 0 0.82 0.34 0.18 325.12 0.69 0.49
Hex D2 26 8A 0 52 22 12 145 45 31
Octal 322 46 212 0 122 42 22 505 105 61
Binary 11010010 100110 10001010 0 1010010 100010 10010 101000101 1000101 110001

Color Harmonies of #D2268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2268A

Black with #D2268A

Text Example


Text Example

White with #D2268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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